runtime.heapArena.bitmap (field)

10 uses

	runtime (current package)
		mbitmap.go#L330: 	h.bitp = &ha.bitmap[(addr/(goarch.PtrSize*4))%heapArenaBitmapBytes]
		mbitmap.go#L333: 	h.last = &ha.bitmap[len(ha.bitmap)-1]
		mbitmap.go#L470: 	h.bitp, h.shift = &ha.bitmap[0], 0
		mbitmap.go#L471: 	h.last = &ha.bitmap[len(ha.bitmap)-1]
		mbitmap.go#L496: 		h.bitp = &a.bitmap[past%heapArenaBitmapBytes]
		mbitmap.go#L497: 		h.last = &a.bitmap[len(a.bitmap)-1]
		mheap.go#L230: 	bitmap [heapArenaBitmapBytes]byte